[NSIS] Terminating a process before trying to copy files.
Posted
by CFP
on Stack Overflow
See other posts from Stack Overflow
or by CFP
Published on 2010-05-13T21:19:51Z
Indexed on
2010/05/13
21:24 UTC
Read the original article
Hit count: 125
I'm developing an NSIS installer, to update a program that runs in background. Obviously, I'd like to send the program termination signals, because otherwise I repeatedly get a "can't write" error. How can I do this, with a limited overhead on installer size?
© Stack Overflow or respective owner